getFullList

inline suspend fun <T : BaseModel> getFullList(batch: Int, sortBy: SortFields = SortFields(), filterBy: Filter = Filter(), expandRelations: ExpandRelations = ExpandRelations(), showFields: ShowFields = ShowFields(), skipTotal: Boolean = false): List<T>

Fetches all records in the collection at once

Parameters

batch

The amount of records you wish to fetch.